Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfGraphics Class / DrawLines Method / DrawLines(PointF[],Color,Single,Single[]) Method

In This Topic
    DrawLines(PointF[],Color,Single,Single[]) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub DrawLines( _
       ByVal points() As System.Drawing.PointF, _
       ByVal lineColor As System.Drawing.Color, _
       ByVal lineWidth As System.Single, _
       ByVal dashPattern() As System.Single _
    ) 
    public void DrawLines( 
       System.Drawing.PointF[] points,
       System.Drawing.Color lineColor,
       System.float lineWidth,
       System.float[] dashPattern
    )

    Parameters

    points
    lineColor
    lineWidth
    dashPattern
    See Also